Xbasic

INET::SSLSocket Peek Method

Syntax

Result_Flag as L = Peek(Data BYREF as C, LengthRequested as N)

Arguments

Result_Flag

TRUE (.T.) if the operation was successful; otherwise FALSE (.F.).

Data BYREF

The data read by the method.

LengthRequested

The number of characters to read.

Description

The INET::SSLSocket::Peek() method reads characters into a string. Peek does not remove the characters from the receive buffer.

See Also